home *** CD-ROM | disk | FTP | other *** search
/ 1,000+ Great Games / 1_1000 Games.iso / GAMES_1 / CHESSCLK.ZIP / OSCR.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-15  |  1009 b   |  45 lines

  1. #define TOPX 320
  2. #define TOPY 50
  3. #define HEADLINE_SIZE 9
  4. #define BY_LINE_X 319
  5. #define BY_LINE_Y 320
  6. #define BY_LINE_SIZE 1
  7. #define NAME_LINE_X 316
  8. #define NAME_LINE_Y (BY_LINE_Y + 34)
  9. #define NAME_LINE_SIZE 4
  10. #define ENDLINE_X 316
  11. #define ENDLINE_Y (NAME_LINE_Y + 100)
  12. #define ENDLINE_SIZE 1
  13. #define DELAY 2
  14. #define BAR_LEFT 150
  15. #define BAR_TOP  180
  16. #define BAR_RIGHT  460
  17. #define BAR_BOTTOM 280
  18. #define BAR_DEPTH  50
  19. #define BAR_TOPFLAG 1
  20. #define BAR_PATTERN SOLID_FILL
  21. #define BAR_COLOR BROWN
  22. #define PIE_PATTERN SOLID_FILL
  23. #define PIE_COLOR YELLOW
  24. #define PIE_Y 230
  25. #define PIE_RADIUS 40
  26. #define PIE_STARTANGLE 0
  27. #define PIE_ENDANGLE 360
  28. #define PIE1_X 230
  29. #define PIE2_X 380
  30. #define LINE1_X 230
  31. #define LINE2_X 380
  32. #define LINE_Y1 230
  33. #define LINE_Y2 200
  34. #define LINE2_Y2 260
  35. #define CIRC_RAD 2
  36. #define B_BOTTOM 165
  37. #define B1_TOP 161
  38. #define B1_LEFT 220
  39. #define B1_RIGHT 240
  40. #define B2_TOP 164
  41. #define B2_LEFT 370
  42. #define B2_RIGHT 390
  43.  
  44. void opening_screen();
  45.